home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00006_FrameIntroducaoHelp.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
356 b
|
20 lines
on exitFrame
go the frame
end
on getBehaivorDescription
return "Pause na saida do frame, chamando #idleSprite para todos sprites durante #idle"
end
on idle
global gMustUpdate
set gMustUpdate to false
sendAllSprites(#idleSprite)
if gMustUpdate then updateStage
end
on mouseUp
sendAllSprites(#cleanSprite)
updateStage
go frame "Menu"
end